home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / lib / Imakefile next >
Encoding:
Makefile  |  1995-07-12  |  1.4 KB  |  58 lines

  1. #define DoNormalLib NormalLibFresco
  2. #define DoSharedLib SharedLibFresco
  3. #define DoDebugLib DebugLibFresco
  4. #define DoProfileLib ProfileLibFresco
  5.  
  6. #include <Fresco.tmpl>
  7. #include <Library.tmpl>
  8. #include <Ixx.tmpl>
  9.  
  10. HEADERS = \
  11.     $(OX_HEADERS) \
  12.     $(DEFS_MAC_HEADERS) \
  13.     $(DEFS_WIN32_HEADERS) \
  14.     $(DEFS_X11_HEADERS) \
  15.     $(DEFS_HEADERS) \
  16.     $(DEFS_IMPL_HEADERS) \
  17.     $(FIGURES_HEADERS) \
  18.     $(LAYOUTS_HEADERS) \
  19.     $(WIDGETS_HEADERS) \
  20.     $(FIGURES_IMPL_HEADERS) \
  21.     $(LAYOUTS_IMPL_HEADERS) \
  22.     $(WIDGETS_IMPL_HEADERS)
  23.  
  24. SRCS = \
  25.     $(OX_SRCS) \
  26.     $(DEFS_MAC_SRCS) \
  27.     $(DEFS_WIN32_SRCS) \
  28.     $(DEFS_X11_SRCS) \
  29.     $(DEFS_SRCS) \
  30.     $(DEFS_IMPL_SRCS) \
  31.     $(FIGURES_SRCS) \
  32.     $(LAYOUTS_SRCS) \
  33.     $(WIDGETS_SRCS) \
  34.     $(FIGURES_IMPL_SRCS) \
  35.     $(LAYOUTS_IMPL_SRCS) \
  36.     $(WIDGETS_IMPL_SRCS)
  37.  
  38. IXCONFIG = -dii -stubclass
  39.  
  40. all::
  41. IxxDependency()
  42.  
  43. #include "../../../Fresco/Ox/Imakefile"
  44. #include "../../../Fresco/defs/Imakefile"
  45. #include "../../../Fresco/defs_impl/Imakefile"
  46. #include "../../../Fresco/defs_Mac/Imakefile"
  47. #include "../../../Fresco/defs_Win32/Imakefile"
  48. #include "../../../Fresco/defs_X11/Imakefile"
  49. #include "../../../Fresco/figures/Imakefile"
  50. #include "../../../Fresco/layouts/Imakefile"
  51. #include "../../../Fresco/widgets/Imakefile"
  52. #include "../../../Fresco/figures_impl/Imakefile"
  53. #include "../../../Fresco/layouts_impl/Imakefile"
  54. #include "../../../Fresco/widgets_impl/Imakefile"
  55.  
  56. depend:: $(HEADERS)
  57. DependTarget()
  58.